Skip to main content
GET
Get brand
Returns one brand by external id. Use this endpoint after the customer selects a brand to load its name, status, and CMS content for the storefront.
Requires a Fire spark access token obtained through token exchange.

Path parameters

Request

Response

The response wraps a single brand object in data. The shape matches list brands.

Brand fields

See list brands for the full schema, including cms_template_id and cms.
Pass the brand id in the brand_id header on list stores and list channels to scope results to that brand.

Error responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

External brand identifier.

Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9_-]+$

Response

200 - application/json

Ok

data
object